Proxy Server

  • Proxy server which listens on some port by GCDAsyncSocket.

    This shoule be the base class for any concrete implementation of proxy server (e.g., HTTP or SOCKS5) which needs to listen on some port.

    See more

    Declaration

    Swift

    open class GCDProxyServer: ProxyServer, GCDAsyncSocketDelegate